builder

Creates a Builder instance

Author

fzzyhmstrs

Since

0.5.?

Parameters

message

Text the button label. Rendering this can be disabled in the builder.

onPress

Consumer<CustomButtonWidget> action to invoke when the button is clicked or activated


Creates a Builder instance. Will have no message by default

Author

fzzyhmstrs

Since

0.6.3

Parameters

onPress

Consumer<CustomButtonWidget> action to invoke when the button is clicked or activated